Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix egregious and unidiomatic equality syntax in the FSI watcher #1975

Merged
merged 1 commit into from
Jan 4, 2024

Conversation

baronfel
Copy link
Contributor

@baronfel baronfel commented Jan 4, 2024

No description provided.

@baronfel baronfel merged commit 70f7f12 into main Jan 4, 2024
4 checks passed
@baronfel baronfel deleted the eww-gross-csharp-syntax branch January 4, 2024 15:44
@@ -291,7 +291,7 @@ module Fsi =
let hint =
vscode.InlayHint.Create(
line.range.``end``,
!!(" == " + value),
!!(" = " + value),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm even wondering if the " = " is required at all. Oftentimes this is going to be directly alongside something of the form let x = so you already have the = there anyway.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants